FrameStoppedLoadingEvent

data class FrameStoppedLoadingEvent(frameId: FrameId) : Event

Fired when frame has stopped loading.

Constructors

FrameStoppedLoadingEvent
Link copied to clipboard
fun FrameStoppedLoadingEvent(frameId: FrameId)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

frameId
Link copied to clipboard
val frameId: FrameId
Id of the frame that has stopped loading.

Sources

jvm source
Link copied to clipboard